home *** CD-ROM | disk | FTP | other *** search
- Path: solon.com!not-for-mail
- From: feb6399@osfmail.isc.rit.edu (Frank Barrus)
- Newsgroups: comp.lang.c,comp.lang.c.moderated,comp.lang.c++,comp.lang.misc
- Subject: Re: Need C or C++ Embedded Interpreter
- Date: 18 Apr 1996 07:34:30 -0500
- Organization: Rochester Institute of Technology, Rochester, NY
- Sender: clc@solutions.solon.com
- Approved: clc@solutions.solon.com
- Message-ID: <4l5csm$1vt@solutions.solon.com>
- References: <4kn3da$3mv@solutions.solon.com>
- NNTP-Posting-Host: solutions.solon.com
-
- In article <4kn3da$3mv@solutions.solon.com>,
- Bob Feather <seggroup@packet.net> wrote:
- >Needed ASAP....
- >
- >I need to find a C or C++ interpreter that I can embed in an
- >application. Input for the interpreter will be from a file and
- >the output of the interpreter will be back to the calling
- >function (ie preferrably NOT to a file).
- >
- >Any suggestions on products, experiences with such products
- >would be helpful.
- >
- >tia...
-
- Something I'm working on now might be applicable. I've been
- developing a general purpose CParse class and general purpose
- symbol table support (clas SymTab) for it. Using these, and
- some support from my CAction class, you can implement a simple
- interpreter fairly easily (in fact, I'm doing so for a shell)
- This should all be available in a month or so, if you don't
- find anything in the meantime.
- Check out http://www.csh.rit.edu/~shaggy
-
-
- --
- Frank "Shaggy" Barrus: feb6399@osfmail.isc.rit.edu, shaggy@csh.rit.edu
- http://www.csh.rit.edu/~shaggy
-